Skip to main content

Drive-thru Implementation Guide

This guide explains how to successfully implement a Drive-thru use case using Bluedot.

SDK Implementation

When implementing the SDK we want to make sure to track the location of the users during the life-cycle of an order. This means that we want to start the SDK when the user places an order, and turn it off when it leaves the store.

In this guide, we’ll cover when to call the main SDK methods required for a Drive-thru use case. For all the technical details on all the SDK’s methods and how they work please refer to our Documentation website.

StepFunctionalityDocumentation
1InitializeAndroidiOS
2setCustomEventMetaDataAndroidiOS
3Start Geo-triggeringAndroidiOS
4enterZone Order Taker event callbackAndroidiOS
5enterZone Pickup Window event callbackAndroidiOS
6exitZone event callbackAndroidiOS
7Stop Geo-triggeringAndroidiOS